Motion.ReleaseGroup 方法

将轴组从轴组停止 (GroupStopping) 状态释出。

命名空间IntervalZero.KINGSTAR.Local.Api

组合: IntervalZero.KINGSTAR.Local.Api (于 IntervalZero.KINGSTAR.Local.dll) 版本:4.4.0.0

语法

C#VB
public KsError ReleaseGroup(
       int Index
)
Public Function ReleaseGroup(
       Index As Integer
) As KsError

参数

Index [in]

型别:int

轴组的索引。索引以 0 为起始。最多可有 32 个轴组。

回传值

型别:KsError

方法的回传代码。

范例

C#
N/A

参见

Motion 类别

IntervalZero.KINGSTAR.Local.Api 命名空间